home *** CD-ROM | disk | FTP | other *** search
/ 9-Digit Zip Code Directory / 9-Digit Zip Code Directory (American Business Information) (ABIZIP-12).ISO / z4src.zip / MOUSE.DOC < prev    next >
Text File  |  1993-08-16  |  3KB  |  113 lines

  1. Using the Mouse##
  2. ##
  3. USING THE MOUSE:##
  4. ##
  5. ##
  6. The mouse controls the pointer on the screen. You may move the
  7. pointer to an area on the screen by moving the mouse in the same
  8. direction. To initiate action, click on the mouse, usually the
  9. left button, unless you have programmed your mouse differently.##
  10. ##
  11. ##
  12. CLICKING:##
  13. ##
  14. A SINGLE CLICK:##
  15. ##
  16. A single click will generally change the focus of the action to
  17. where the pointer is located. Sometimes this focus is followed by
  18. initiated action. Specifically in this program, a single click
  19. will:##
  20. ##
  21. -place an insertion point at the beginning of an input field##
  22.   OR##
  23. -initiate the action of a command button##
  24.   OR##
  25. -highlight the record where the pointer is located##
  26. ##
  27. ##
  28. A DOUBLE CLICK:##
  29. ##
  30. A double click will generally change the focus to the area where
  31. the pointer is located, and initiate some action in reference to
  32. that area. Specifically in this program, a double click will:##
  33. ##
  34. -highlight a record in a list and open the detail window
  35. describing that record (if detail is available)##
  36.   OR##
  37. -highlight and transfer an address record to the Main Window##
  38. ##
  39. ##
  40. ##
  41. POINTER POSITION:##
  42. ##
  43. Single click and the pointer will be located at that location on
  44. the screen.
  45. ##
  46. ##
  47. ##
  48. CHOOSING A COMMAND FROM THE MENU BAR:##
  49. ##
  50. 1. Point to an option from the Menu Bar and single click. A pull
  51. down window will appear.##
  52. ##
  53. 2. Point to one of the options and single click. This will take
  54. you to that option's window.##
  55. ##
  56. ##
  57. ##
  58. CHOOSING TOOL BAR BUTTONS:##
  59. ##
  60. 1. Point to a button on the tool bar, such as Cities, and single
  61. click. This will initiate action.##
  62. ##
  63. ##
  64. ##
  65. CHOOSING COMMAND BUTTONS:##
  66. ##
  67. 1. Point to a command button at the bottom of the main screen,
  68. and single click. This will initiate action.##
  69. ##
  70. ##
  71. ##
  72. MOVING TO INPUT FIELDS:##
  73. ##
  74. 1. Point to an input field and single click. This will place an
  75. insertion cursor in the input field.##
  76. ##
  77. ##
  78. ##
  79. MOVING AROUND IN LIST SCREENS:##
  80. ##
  81. 1. Single click on a particular record in the list to highlight
  82. it.##
  83. ##
  84. 2. Click on the arrow keys to scroll the list up or down, or drag
  85. the box in the scroll column either up or down to scroll the
  86. list.##
  87. ##
  88. 3. Select the command buttons as described above.##
  89. ##
  90. ##
  91. ##
  92. ACCESSING HELP:##
  93. ##
  94. 1. Press F1 to access help for the particular area where the
  95. pointer is located.##
  96. ##
  97. 2. Single click on the HELP command button to access help
  98. pertaining to the screen.##
  99. ##
  100. ##
  101. ##
  102. ACCESSING ADDITIONAL INFORMATION:##
  103. ##
  104. 1. Single click on Help in the tool bar. A list of help topics
  105. will appear.##
  106. ##
  107. 2. Single click on a particular topic to highlight it, and select
  108. View.  A help window will appear.##
  109. ##
  110. ##
  111. ##
  112. Select Close to exit this window.##
  113.